Unexpected "type" in deno-cache: deno.land/std@0.160.0/hash/md5.ts
from UserScriptをbundleするDeno script
code:log
$ deno run -r --allow-net --allow-read --allow-write --allow-run --allow-env --unstable https://scrapbox.io/api/code/yosider-scripts/scrapbox-bundle-all/build.ts
✘ ERROR Unexpected "type"
deno-cache:https://deno.land/std@0.160.0/hash/md5.ts#=:9:7:
9 │ export type Message = string | ArrayBuffer;
╵ ~~~~
error: Uncaught (in promise) Error: Build failed with 1 error:
deno-cache:https://deno.land/std@0.160.0/hash/md5.ts#=:9:7: ERROR: Unexpected "type"
let error = new Error(text);
^
at failureErrorWithLog (https://deno.land/x/esbuild@v0.19.2/mod.js:1625:15)
at https://deno.land/x/esbuild@v0.19.2/mod.js:1034:25
at runOnEndCallbacks (https://deno.land/x/esbuild@v0.19.2/mod.js:1460:45)
at buildResponseToResult (https://deno.land/x/esbuild@v0.19.2/mod.js:1032:7)
at https://deno.land/x/esbuild@v0.19.2/mod.js:1061:16
at responseCallbacks.<computed> (https://deno.land/x/esbuild@v0.19.2/mod.js:679:9)
at handleIncomingPacket (https://deno.land/x/esbuild@v0.19.2/mod.js:738:9)
at readFromStdout (https://deno.land/x/esbuild@v0.19.2/mod.js:655:7)
at https://deno.land/x/esbuild@v0.19.2/mod.js:1923:11
at eventLoopTick (ext:core/01_core.js:183:11)
https://deno.land/std@0.160.0/hash/md5.ts#=:9:7: はscrapbox-userscript-stdのなかで使われている
denoのバージョンの問題??
scrapbox-bundlerに移行する?